func math/big.addVV
6 uses
math/big (current package)
arith_decl.go#L23: func addVV(z, x, y []Word) (c Word)
nat.go#L113: c := addVV(z[0:n], x, y)
nat.go#L246: if c := addVV(z[0:n], z, x); c != 0 {
nat.go#L377: if c := addVV(z[i:i+n], z[i:], x); c != 0 {
nat.go#L504: addVV(z, z, t) // combine the result
natdiv.go#L693: c := addVV(u[j:j+n], u[j:], v)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |